home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue55 / Contain / TestRig.dfm / TestRig.txt
Encoding:
Text File  |  2000-01-14  |  1.6 KB  |  87 lines

  1. object frmTestRig: TfrmTestRig
  2.   Left = 284
  3.   Top = 120
  4.   Width = 489
  5.   Height = 383
  6.   Caption = 'Test Rig'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 252
  20.     Width = 481
  21.     Height = 104
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object bSort0: TButton
  25.       Left = 12
  26.       Top = 10
  27.       Width = 223
  28.       Height = 25
  29.       Caption = 'Sort By Curr'
  30.       TabOrder = 0
  31.       OnClick = bSort0Click
  32.     end
  33.     object bSort1: TButton
  34.       Left = 12
  35.       Top = 40
  36.       Width = 223
  37.       Height = 25
  38.       Caption = 'Sort By Int, DateTime(Desc)'
  39.       TabOrder = 1
  40.       OnClick = bSort1Click
  41.     end
  42.     object bSort2: TButton
  43.       Left = 11
  44.       Top = 70
  45.       Width = 223
  46.       Height = 25
  47.       Caption = 'Sort By Bool(Desc.), String'
  48.       TabOrder = 2
  49.       OnClick = bSort2Click
  50.     end
  51.     object bSort3: TButton
  52.       Left = 240
  53.       Top = 10
  54.       Width = 223
  55.       Height = 25
  56.       Caption = 'Sort By Int, String(Desc)'
  57.       TabOrder = 3
  58.       OnClick = bSort3Click
  59.     end
  60.     object bSort4: TButton
  61.       Left = 240
  62.       Top = 40
  63.       Width = 223
  64.       Height = 25
  65.       Caption = 'Sort By Int, Bool, Curr'
  66.       TabOrder = 4
  67.       OnClick = bSort4Click
  68.     end
  69.   end
  70.   object grdG: TStringGrid
  71.     Left = 0
  72.     Top = 0
  73.     Width = 481
  74.     Height = 252
  75.     Align = alClient
  76.     FixedCols = 0
  77.     RowCount = 2
  78.     TabOrder = 1
  79.     ColWidths = (
  80.       89
  81.       78
  82.       74
  83.       84
  84.       119)
  85.   end
  86. end
  87.